compiler default meaning in English
编译程序缺省规则
Examples
- The jit - compiler default behavior is to generate the highest performance , hardest to debug machine code
Jit编译器的默认行为是生成性能最高、最不易于调试的机器码。 - Sets the compiler default so that explicit declarations of variables are required
设置编译器默认值,以便要求变量的显示声明。默认情况下, option explicit设置为on 。 - Option compare sets the compiler default for string comparisons : binary case - sensitive or text case - insensitive
设置字符串比较的编译器默认值:二进制(区分大小写)或文本(不区分大小写) 。 - Sets the compiler default so that explicit narrowing conversions are required and late binding is not allowed . by default ,
设置编译器默认值,以便要求双字节到单字节的显式转换,而且不允许后期绑定。 - For performance reasons , the compiler defaults to the common language runtime implementation for floating point arithmetic constraints
出于性能方面的原因,编译器在默认情况下使用公共语言运行库( clr )对浮点运算约束的实现。